home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / text / misc / mpage.lha / mpage / encoding.h.PC850 < prev    next >
Encoding:
Text File  |  1999-07-25  |  4.3 KB  |  263 lines

  1. /*
  2.  * encoding.h
  3.  */
  4.  
  5. /*
  6.  * mpage:    A program to reduce pages of print so that several pages
  7.  *        of output appear on one sheet of paper.
  8.  *
  9.  * Written by:
  10.  *   ...!uunet!\               Mark Hahn, Sr Systems Engineer
  11.  *        >pyrdc!mark           Pyramid Technology Corporation
  12.  * ...!pyramid!/               Vienna, Va    (703)848-2050
  13.  *
  14.  *
  15.  * Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
  16.  * Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands
  17.  *              marcel@mesa.nl
  18.  *
  19.  *     Permission is granted to anyone to make or distribute verbatim
  20.  *     copies of this document as received, in any medium, provided
  21.  *     that this copyright notice is preserved, and that the
  22.  *     distributor grants the recipient permission for further
  23.  *     redistribution as permitted by this notice.
  24.  *
  25.  * %%%% IBM international codepage 850 encoding for mpage filter
  26.  * %
  27.  * % Written by Tilmann Boess <tilmann@physik.uni-wuerzburg.de>, 1996/04/06
  28.  * %
  29.  * 32 255 % first and last encoding
  30.  *
  31.  */
  32.  
  33. int encoding_table_first = 32;
  34. int encoding_table_last = 255;
  35.  
  36. char encoding_table[][40] = {
  37. "032 /space",
  38. "033 /exclam",
  39. "034 /quotedbl",
  40. "035 /numbersign",
  41. "036 /dollar",
  42. "037 /percent",
  43. "038 /ampersand",
  44. "039 /quoteright",
  45. "040 /parenleft",
  46. "041 /parenright",
  47. "042 /asterisk",
  48. "043 /plus",
  49. "044 /comma",
  50. "045 /minus",
  51. "046 /period",
  52. "047 /slash",
  53. "048 /zero",
  54. "049 /one",
  55. "050 /two",
  56. "051 /three",
  57. "052 /four",
  58. "053 /five",
  59. "054 /six",
  60. "055 /seven",
  61. "056 /eight",
  62. "057 /nine",
  63. "058 /colon",
  64. "059 /semicolon",
  65. "060 /less",
  66. "061 /equal",
  67. "062 /greater",
  68. "063 /question",
  69. "064 /at",
  70. "065 /A",
  71. "066 /B",
  72. "067 /C",
  73. "068 /D",
  74. "069 /E",
  75. "070 /F",
  76. "071 /G",
  77. "072 /H",
  78. "073 /I",
  79. "074 /J",
  80. "075 /K",
  81. "076 /L",
  82. "077 /M",
  83. "078 /N",
  84. "079 /O",
  85. "080 /P",
  86. "081 /Q",
  87. "082 /R",
  88. "083 /S",
  89. "084 /T",
  90. "085 /U",
  91. "086 /V",
  92. "087 /W",
  93. "088 /X",
  94. "089 /Y",
  95. "090 /Z",
  96. "091 /bracketleft",
  97. "092 /backslash",
  98. "093 /bracketright",
  99. "094 /asciicircum",
  100. "095 /underscore",
  101. "096 /quoteleft",
  102. "097 /a",
  103. "098 /b",
  104. "099 /c",
  105. "100 /d",
  106. "101 /e",
  107. "102 /f",
  108. "103 /g",
  109. "104 /h",
  110. "105 /i",
  111. "106 /j",
  112. "107 /k",
  113. "108 /l",
  114. "109 /m",
  115. "110 /n",
  116. "111 /o",
  117. "112 /p",
  118. "113 /q",
  119. "114 /r",
  120. "115 /s",
  121. "116 /t",
  122. "117 /u",
  123. "118 /v",
  124. "119 /w",
  125. "120 /x",
  126. "121 /y",
  127. "122 /z",
  128. "123 /braceleft",
  129. "124 /bar",
  130. "125 /braceright",
  131. "126 /asciitilde",
  132. "127 /.notdef",
  133. "128 /Ccedilla",
  134. "129 /udieresis",
  135. "130 /eacute",
  136. "131 /acircumflex",
  137. "132 /adieresis",
  138. "133 /agrave",
  139. "134 /aring",
  140. "135 /ccedilla",
  141. "136 /ecircumflex",
  142. "137 /edieresis",
  143. "138 /egrave",
  144. "139 /idieresis",
  145. "140 /icircumflex",
  146. "141 /igrave",
  147. "142 /Adieresis",
  148. "143 /Aring",
  149. "144 /Eacute",
  150. "145 /ae",
  151. "146 /AE",
  152. "147 /ocircumflex",
  153. "148 /odieresis",
  154. "149 /ograve",
  155. "150 /ucircumflex",
  156. "151 /ugrave",
  157. "152 /ydieresis",
  158. "153 /Odieresis",
  159. "154 /Udieresis",
  160. "155 /oslash",
  161. "156 /sterling",
  162. "157 /Oslash",
  163. "158 /multiply",
  164. "159 /florin",
  165. "160 /aacute",
  166. "161 /iacute",
  167. "162 /oacute",
  168. "163 /uacute",
  169. "164 /ntilde",
  170. "165 /Ntilde",
  171. "166 /ordfeminine",
  172. "167 /ordmasculine",
  173. "168 /questiondown",
  174. "169 /registered",
  175. "170 /logicalnot",
  176. "171 /onehalf",
  177. "172 /onequarter",
  178. "173 /exclamdown",
  179. "174 /guillemotleft",
  180. "175 /guillemotright",
  181. "176 /.notdef",
  182. "177 /.notdef",
  183. "178 /.notdef",
  184. "179 /.notdef",
  185. "180 /.notdef",
  186. "181 /Aacute",
  187. "182 /Acircumflex",
  188. "183 /Agrave",
  189. "184 /copyright",
  190. "185 /.notdef",
  191. "186 /.notdef",
  192. "187 /.notdef",
  193. "188 /.notdef",
  194. "189 /cent",
  195. "190 /yen",
  196. "191 /.notdef",
  197. "192 /.notdef",
  198. "193 /.notdef",
  199. "194 /.notdef",
  200. "195 /.notdef",
  201. "196 /.notdef",
  202. "197 /.notdef",
  203. "198 /atilde",
  204. "199 /Atilde",
  205. "200 /.notdef",
  206. "201 /.notdef",
  207. "202 /.notdef",
  208. "203 /.notdef",
  209. "204 /.notdef",
  210. "205 /.notdef",
  211. "206 /.notdef",
  212. "207 /currency",
  213. "208 /eth",
  214. "209 /Eth",
  215. "210 /Ecirumflex",
  216. "211 /Edieresis",
  217. "212 /Egrave",
  218. "213 /dotlessi",
  219. "214 /Iacute",
  220. "215 /Icircumflex",
  221. "216 /Idieresis",
  222. "217 /.notdef",
  223. "218 /.notdef",
  224. "219 /.notdef",
  225. "220 /.notdef",
  226. "221 /brokenbar",
  227. "222 /Igrave",
  228. "223 /.notdef",
  229. "224 /Oacute",
  230. "225 /germandbls",
  231. "226 /Ocircumflex",
  232. "227 /Ograve",
  233. "228 /otilde",
  234. "229 /Otilde",
  235. "230 /mu",
  236. "231 /thorn",
  237. "232 /Thorn",
  238. "233 /Uacute",
  239. "234 /Ucircumflex",
  240. "235 /Ugrave",
  241. "236 /yacute",
  242. "237 /Yacute",
  243. "238 /macron",
  244. "239 /acute",
  245. "240 /hyphen",
  246. "241 /plusminus",
  247. "242 /.notdef",
  248. "243 /threequarters",
  249. "244 /paragraph",
  250. "245 /section",
  251. "246 /divide",
  252. "247 /cedilla",
  253. "248 /degree",
  254. "249 /dieresis",
  255. "250 /periodcentered",
  256. "251 /onesuperior",
  257. "252 /threesuperior",
  258. "253 /twosuperior",
  259. "254 /.notdef",
  260. "255 /.notdef"
  261. };
  262.  
  263.